GET /File/Exists/{id}/
Determines whether a file with the specified ID exists.
Request
| Method |
Request URI |
| GET |
/API/File/Exists/{id}/?sessionId=value |
URI Parameters
| URI Parameter |
Description |
| sessionId |
ID of the current session.
|
Path Parameters
| Path Parameter |
Description |
| id |
The ID of the file to check for existence.
|
Request Body
There is no Request Body for this function.
Response
Response Body
A Boolean value indicating whether a file with the specified ID exists in the specified folder,
or a status code indicating the reason for failure.